libllvm3.4-dbg software package provides Modular compiler and toolchain technologies, debugging libraries, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libllvm3.4-dbg
libllvm3.4-dbg is installed in your system.
Make ensure the libllvm3.4-dbg package were installed using the commands given below,
$ sudo dpkg-query -l | grep libllvm3.4-dbg *
You will get with libllvm3.4-dbg package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Debug packages |
| Package | libllvm3.4-dbg |
| Version | 1:3.4-1ubuntu3 |
| Description | Modular compiler and toolchain technologies, debugging libraries |
| Sub Section | debug |